Release 10.1A: OpenEdge Getting Started:
Application and Integration Services


WebSpeed Transaction Server

At the core of WebSpeed is the Transaction server. This is the component that responds to a client request by running a WebSpeed application (also known as a Web object) and by formatting the HTML that is sent back to the requesting client.

The WebSpeed Transaction server is comprised of two components, a broker and an agent.

WebSpeed broker

The broker is a process that does the following:

WebSpeed Agent

The agent is a process that executes Web objects and performs database transactions. It dynamically creates the HTML that is sent to the client.

WebSpeed agents commonly run in stateless mode and are freed after they complete a client request. However, it is also possible to lock an agent to a client in order to maintain context between requests. In addition, you can preserve context using cookies, URL query strings, hidden HTML form fields, and connection identifiers.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095